projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c186cdb
)
(minibuffer-local-map): Undo last change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Dec 2001 15:36:44 +0000
(15:36 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Dec 2001 15:36:44 +0000
(15:36 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index f9f01a1dacf57da90655bf497afe2f1079ae1555..1c7915e17ce8bb98bb7feb4fb8cc5c51cfabcc92 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-644,7
+644,6
@@
language you are using."
(define-key esc-map "|" 'shell-command-on-region)
(let ((map minibuffer-local-map))
- (define-key map "\t" 'insert-tab)
(define-key map "\en" 'next-history-element)
(define-key map [next] 'next-history-element)
(define-key map [down] 'next-history-element)